sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
appcompat
/
androidx.appcompat.widget
/
[main]SearchView
/
OnQueryTextListener
On
Query
Text
Listener
interface
OnQueryTextListener
(
source
)
Callbacks for changes to the query text.
Members
Functions
on
Query
Text
Change
Link copied to clipboard
abstract
fun
onQueryTextChange
(
newText
:
String
)
:
Boolean
Called when the query text is changed by the user.
on
Query
Text
Submit
Link copied to clipboard
abstract
fun
onQueryTextSubmit
(
query
:
String
)
:
Boolean
Called when the user submits the query.